home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / CustomDialog Demo / Headers / Setup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-01  |  884 b   |  36 lines  |  [TEXT/MMCC]

  1. /**********************************************************************
  2.  *
  3.  *                            QConvert™ for Bible Challenge
  4.  *
  5.  *    Setup.h
  6.  *
  7.  *    This unit calls all the initialization routines.
  8.  *
  9.  *    Written in Symantec C++ 7.0
  10.  *    August 27, 1994
  11.  *
  12.  *    Copyright © 1994 Carl B. Constantine
  13.  *    Some portions Copyright © 1994 Symantec Corportation
  14.  *
  15.  **********************************************************************/
  16.  
  17.  /*------------------------------------------------------------------
  18.   #
  19.   #                            File History
  20.   #
  21.   #        Date                Description of Change
  22.   #        ----                ---------------------
  23.   #        Aug 27/94            — Original creation of file
  24.   #
  25.   #
  26.   #
  27.   -------------------------------------------------------------------*/
  28.  
  29. #pragma once
  30.  
  31.  
  32. void Initialize( void );
  33. void SystemCheck( void );
  34. void SplashScreen( void );
  35.  
  36. /*============================= End of File ==============================*/